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