Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit e263c80

Browse files
committed
fix require
1 parent 833e50c commit e263c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let jacsFile = ""
1717
let isLibrary = false
1818

1919
function jacsFactory() {
20-
d = require("devicescript-vm")
20+
d = require("@devicescript/vm")
2121
try {
2222
require("websocket-polyfill")
2323
// @ts-ignore

0 commit comments

Comments
 (0)