mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Throw error instead of string
This commit is contained in:
@@ -242,4 +242,4 @@ $.fn.textInput = (data) ->
|
||||
$(this).trigger(event)
|
||||
|
||||
unless fs.md5ForPath(require.resolve('fixtures/sample.js')) == "dd38087d0d7e3e4802a6d3f9b9745f2b"
|
||||
throw "Sample.js is modified"
|
||||
throw new Error("Sample.js is modified")
|
||||
|
||||
Reference in New Issue
Block a user