📄 _rhinorunner.js
字号:
if(this["dojo"]){ dojo.provide("doh._rhinoRunner");}doh.debug = print;// Override the doh._report method to make it quit with an // appropriate exit code in case of test failures.(function(){ var oldReport = doh._report; doh._report = function(){ oldReport.apply(doh, arguments); if(this._failureCount > 0 || this._errorCount > 0){ quit(1); } }})();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -