wokim / node-perforce

A simple library for perforce
MIT License
14 stars 13 forks source link

Should run p4.exe instead of p4 to avoid conflict with `p4.js` local file #17

Closed unional closed 8 years ago

unional commented 8 years ago

In Windows environment if there is a p4.js locally it will attempt to execute wscript.exe to run that file instead of p4.exe.

Reference to bug in https://github.com/mattsawyer77/atom-perforce/issues/33

wokim commented 8 years ago

sorry for late

unional commented 8 years ago

No problem. Thanks for merging this fix.