summaryrefslogtreecommitdiff
path: root/cli/tests/error_015_dynamic_import_permissions.js
blob: 197339c5e6af34785e252e1f0b63933e52e9db76 (plain)
1
2
3
(async () => {
  await import("http://localhost:4545/cli/tests/subdir/mod4.js");
})();