浏览代码

minor fix

What would we want a warning that we can't get to read for?
claustromaniac 7 年之前
父节点
当前提交
b1fd2ba48b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      updater.bat

+ 2 - 0
updater.bat

@@ -61,6 +61,8 @@ IF DEFINED _updateb (
 		) ELSE (
 			ECHO.
 			ECHO The [updated] label is reserved. Do not run an [updated] script directly, or rename it to something else before you run it.
+			PING -n 301 127.0.0.1>nul
+			EXIT /B
 		)
 	)
 )