mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 11:33:41 +08:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
export default function deprecated(msg) {
|
||
|
console.warn(`DEPRECATION: ${msg}`);
|
||
|
}
|