Update qjs.c

This commit is contained in:
The Ghost of FOSS' Future 2025-01-09 01:13:26 +00:00 committed by GitHub
parent 68e14c7e8e
commit b967509707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
qjs.c
View file

@ -652,7 +652,7 @@ start:
" console.error('std is not defined.');\n" " console.error('std is not defined.');\n"
"}\n"; "}\n";
const stdAndOS *str = const char *stdAndOS =
"import * as bjson from 'qjs:bjson';\n" "import * as bjson from 'qjs:bjson';\n"
"import * as std from 'qjs:std';\n" "import * as std from 'qjs:std';\n"
"import * as os from 'qjs:os';\n" "import * as os from 'qjs:os';\n"