UNPKG
gasp-cli
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
A cli to build a Google Apps Script Project Locally
github.com/m1ckc3b/gasp-cli
m1ckc3b/gasp-cli
gasp-cli
/
src
/
FailRequest.js
6 lines
(5 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
import
exit
from
"node:process"
export
default
function
failRequest
(
) {
console
.
log
(
"Désolé, cette commande n'existe pas"
);
exit
(
1
) }