Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
92bc67ef9560ab6205252b07f2a73da40c421a14
/
.
/
internal
/
node
/
test
/
bootstrap.spec.js
blob: b28d3e038d6edf376d845ddeea8250bf56d94c84 [
file
] [
log
] [
blame
]
if
(!
global
.
bootstrapped
)
{
console
.
error
(
'should run bootstrap script first'
);
process
.
exitCode
=
1
;
}