7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
'use strict';
|
|
|
|
import { logger } from '../common';
|
|
export function dispatchCommand() {
|
|
logger.warn('dispatchCommand() is not supported on web.');
|
|
}
|
|
//# sourceMappingURL=dispatchCommand.web.js.map
|