mirror of
https://github.com/appium/appium.git
synced 2026-01-26 04:09:05 -06:00
Fix link to appium-support.util
This commit is contained in:
@@ -15,8 +15,7 @@ var status = require('./status.js')
|
||||
, respondSuccess = responses.respondSuccess
|
||||
, checkMissingParams = responses.checkMissingParams
|
||||
, notYetImplemented = responses.notYetImplemented
|
||||
, util = require('appium-support')
|
||||
, hasValue = util.hasValue
|
||||
, hasValue = require('appium-support').util.hasValue
|
||||
, helpers = require('../helpers.js')
|
||||
, logCustomDeprecationWarning = helpers.logCustomDeprecationWarning
|
||||
, safely = require('./helpers.js').safely
|
||||
|
||||
Reference in New Issue
Block a user