diff options
Diffstat (limited to 'StoneIsland/platforms/ios/cordova/run.bat')
| -rwxr-xr-x | StoneIsland/platforms/ios/cordova/run.bat | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/StoneIsland/platforms/ios/cordova/run.bat b/StoneIsland/platforms/ios/cordova/run.bat index 0d10321a..8a3cad2a 100755 --- a/StoneIsland/platforms/ios/cordova/run.bat +++ b/StoneIsland/platforms/ios/cordova/run.bat @@ -14,12 +14,6 @@ :: KIND, either express or implied. See the License for the :: specific language governing permissions and limitations :: under the License + @ECHO OFF -SET script_path="%~dp0run" -IF EXIST %script_path% ( - node %script_path% %* -) ELSE ( - ECHO. - ECHO ERROR: Could not find 'run' script in 'cordova' folder, aborting...>&2 - EXIT /B 1 -) +ECHO WARN: The `run` is not available for cordova-ios on windows machines.>&2 |
