Problem description:
In .replit
, setting onboot = “kill 1” bricks the repl
Expected behavior:
Onboot in a .replit
like this should not allow this.
Actual behavior:
Bricked repl (i.e. Repl tries to boot and hangs), this is probably due to the kill 1 resetting the repl, then it tries to boot, kill 1… I discovered this by accident and my repl is bricked.
Steps to reproduce:
Go to your .replit
file
add onboot="kill 1"
to this file
save
run the repl
Bug appears at this link:
https://replit.com/@AWesomeCoder177/Replit-Crawler#.replit
Browser/OS/Device:
All devices that support a .replit
file.