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