Compare commits

..

5 Commits

Author SHA1 Message Date
90c10523e7 Merge branch 'master' into build/test-workflow
All checks were successful
lint / Lint on Linux (push) Successful in 9s
2024-09-07 10:10:02 +00:00
0cebcaa962 feat: undo damage done to a file
Some checks failed
lint / Lint on Linux (push) Failing after 13s
2024-09-07 12:08:52 +02:00
2ba1d2ba5c build: try to fix this
All checks were successful
lint / Lint on Linux (push) Successful in 10s
2024-09-01 12:18:35 +02:00
ef3d077deb build: try to fix this
Some checks failed
lint / Lint on Linux (push) Failing after 9s
2024-09-01 12:17:11 +02:00
c246b580a0 build: test workflow
Some checks failed
lint / Lint on Linux (push) Failing after 18s
2024-09-01 12:00:15 +02:00

View File

@ -285,10 +285,8 @@ doautospawn( var_0 )
if ( maps\_utility::spawn_failed( var_1 ) ) if ( maps\_utility::spawn_failed( var_1 ) )
var_0 notify( "spawn_failed" ); var_0 notify( "spawn_failed" );
#if 0
if ( isdefined( self.wait ) && self.wait > 0 ) wait( 1 );
wait( self.wait );
#endif
} }
} }