require_pkg_windows.js 217 B

123456
  1. //Run this on windows, you can switch the package name to something exist
  2. //In your PATH environment varaibles
  3. requirepkg("asdasd",true)
  4. sendResp("You should see not found in Windows %PATH% error on terminal log");