pcmacdon / pdq

Single-file CMS using fossil and jsish
2 stars 0 forks source link

/zvfs/lib/Manage.jsi:46: error: program exit code (1) #3

Open maphew opened 2 years ago

maphew commented 2 years ago

When fossil is not available the following error occurs for jsish -m sclone

CALL BACKTRACE:
#1: Manage.jsi:348:  in moduleRun( "sclone" )
#2: Manage.jsi:345:  in Manage( [ "sclone" ], {} )
#3: Jsish.jsi:344:  in Jsi_CmdTable( [ "sclone" ], { createmod:[ "function createmod(fn:string, tmpname:string=\"Mo ...)
#4: Manage.jsi:46:  in sclone()

/zvfs/lib/Manage.jsi:46: error: program exit code (1)
ERROR: 

Install fossil and everything is fine.

_Linux vm-kubuntu 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x8664 GNU/Linux

pcmacdon commented 2 years ago

Well, that is what happened: exec returned code 1. DIsingenous I know. If it was named "fossilsubclone" instead, it would be more clear. But probably the best we can do right now.