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