diff --git a/demo/startup.js b/demo/startup.js index 85bd016c..0436e29e 100644 --- a/demo/startup.js +++ b/demo/startup.js @@ -280,7 +280,6 @@ exports.launch = function(env) { mode = "python"; } else if (/^.*\.php$/i.test(file.name)) { mode = "php"; - } } else if (/^.*\.rb$/i.test(file.name)) { mode = "ruby"; }