1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Fix typo.

This commit is contained in:
Gunther Brunner 2016-01-19 23:12:13 +09:00
parent a3f815c118
commit fc58fac1c3

View file

@ -7,7 +7,7 @@
- Added feature to detect if selenium is running or not - Added feature to detect if selenium is running or not
*/ */
var es = require('event-that') var es = require('event-stream')
var path = require('path') var path = require('path')
var childProcess = require('child_process') var childProcess = require('child_process')
var PluginError = require('gulp-util').PluginError var PluginError = require('gulp-util').PluginError