mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-16 15:30:20 -07:00
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
if (!/yarn\.js$/.test(process.env.npm_execpath || '')) {
|
|
console.warn(
|
|
"\u001b[33mYou don't seem to be using yarn. This could produce unexpected results.\u001b[39m"
|
|
);
|
|
}
|