It appears that the repository has undergone several changes and renamings:
This commit is contained in:
13
backend/node_modules/postcss/lib/warn-once.js
generated
vendored
13
backend/node_modules/postcss/lib/warn-once.js
generated
vendored
@ -1,13 +0,0 @@
|
||||
/* eslint-disable no-console */
|
||||
'use strict'
|
||||
|
||||
let printed = {}
|
||||
|
||||
module.exports = function warnOnce(message) {
|
||||
if (printed[message]) return
|
||||
printed[message] = true
|
||||
|
||||
if (typeof console !== 'undefined' && console.warn) {
|
||||
console.warn(message)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user