mirror of
https://github.com/discourse/discourse.git
synced 2025-01-07 18:34:35 +08:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
export default function deprecated(msg) {
|
||
|
console.warn(`DEPRECATION: ${msg}`);
|
||
|
}
|