mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
chore(travis): fix lint
This commit is contained in:
parent
7520a96cc6
commit
1e8626c435
@ -63,18 +63,12 @@ export const pluginWarn = (
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
console.warn(
|
console.warn(
|
||||||
'Native: tried accessing the ' +
|
`'Native: tried accessing the ${pluginName} plugin but it's not installed.`
|
||||||
pluginName +
|
|
||||||
" plugin but it's not installed."
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (plugin) {
|
if (plugin) {
|
||||||
console.warn(
|
console.warn(
|
||||||
'Install the ' +
|
`Install the ${pluginName} plugin: 'ionic cordova plugin add ${plugin}'`
|
||||||
pluginName +
|
|
||||||
" plugin: 'ionic cordova plugin add " +
|
|
||||||
plugin +
|
|
||||||
"'"
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user