mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 06:54:03 +02:00
Use serial syrup everywhere.
This commit is contained in:
@@ -4,7 +4,7 @@ var syrup = require('syrup')
|
||||
|
||||
var logger = require('../../../util/logger')
|
||||
|
||||
module.exports = syrup()
|
||||
module.exports = syrup.serial()
|
||||
.dependency(require('../support/http'))
|
||||
.dependency(require('./input'))
|
||||
.define(function(options, http, input) {
|
||||
|
||||
Reference in New Issue
Block a user