Skip to content

Commit 9f473a1

Browse files
ledsunkateinoigakukun
authored andcommitted
Indicates no data with null
1 parent 39c33cc commit 9f473a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm-packages/ruby-wasm-wasi/src/browser.script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const loadScriptAsync = async (tag: Element): Promise<string> => {
5252
return await response.text();
5353
}
5454

55-
return Promise.resolve("");
55+
return Promise.resolve(null);
5656
}
5757

5858
return Promise.resolve(tag.innerHTML);

0 commit comments

Comments
 (0)