mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Update qjs.c
This commit is contained in:
parent
68e14c7e8e
commit
b967509707
1 changed files with 1 additions and 1 deletions
2
qjs.c
2
qjs.c
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue