Skip to content

Commit 5debe1c

Browse files
ryuhei shimaryuhei shima
authored andcommitted
fix No such binding
1 parent 8fc09a7 commit 5debe1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_builtins.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
144144
"wasi", // Experimental.
145145
#if !HAVE_SQLITE
146146
"internal/webstorage", // Experimental.
147+
"internal/inspector/webstorage",
147148
#endif
148149
"internal/test/binding", "internal/v8_prof_polyfill",
149150
};

0 commit comments

Comments
 (0)