Closed ceelsoin closed 4 years ago
Hi, my gluegun cli application has stopping after build with error message: Error: Command failed: sleep 2 but in development works fine.
Error: Command failed: sleep 2
This code quote is:
await run('sleep 2')
@ceelsoin Is there any way you can provide a minimal repro? Not much to go off of here. <3
Hi, my gluegun cli application has stopping after build with error message:
Error: Command failed: sleep 2
but in development works fine.This code quote is:
await run('sleep 2')