This website requires JavaScript.
Explore
Help
Register
Sign In
nodejs
/
corepack
mirror of
https://github.com/nodejs/corepack.git
Watch
1
Star
0
Fork
You've already forked corepack
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
addf455f74
corepack
/
sources
/
miscUtils.ts
6 lines
100 B
TypeScript
Raw
Blame
History
export
class
Cancellation
extends
Error
{
constructor
(
)
{
super
(
`
Cancelled operation
`
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink