Skip to content

Commit

Permalink
Improve platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Feb 18, 2014
1 parent 2c44301 commit 9e4959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fbp.coffee
@@ -1,4 +1,4 @@
if typeof process is 'object' and process.title is 'node'
if typeof process isnt 'undefined' and process.execPath and process.execPath.indexOf('node') isnt -1
chai = require 'chai' unless chai
parser = require '../lib/fbp'
else
Expand Down

0 comments on commit 9e4959b

Please sign in to comment.