You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above file resolver is unable to find the module libfs.so present in "/home/someuser/modules". Imported by import { something } from "fs"; It's because it converts the given absolute path to relative. Is this expected.
The above file resolver is unable to find the module
libfs.so
present in "/home/someuser/modules". Imported byimport { something } from "fs";
It's because it converts the given absolute path to relative. Is this expected.rquickjs/core/src/loader/file_resolver.rs
Line 125 in bb4a97b
The above join_normalized converts "/home/someuser/modules" to "home/someuser/modules".
The text was updated successfully, but these errors were encountered: