Skip to content

Commit 3baae38

Browse files
save file
1 parent bf0a7d4 commit 3baae38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,15 @@
101101

102102
obj.init = async function(){
103103

104-
libs();
104+
await libs();
105105

106106
}//init
107107

108108

109109
async function libs(){
110110

111111
[inspect] = await ext.load.libs('js/string/inspect.js');
112+
console.log(inspect);
112113

113114
}//libs
114115

0 commit comments

Comments
 (0)