Fixed compile bug?

This commit is contained in:
Kwoth 2016-11-15 00:17:27 +01:00
parent 6e3c5cb6bd
commit e76ec464d3

View File

@ -7,7 +7,7 @@
"emitEntryPoint": true,
"allowUnsafe": true,
"compile": {
"exclude": [ "data", "credentials.json", "credentials_example.json" ]
"exclude": [ "data", "credentials.json", "credentials_example.json", "Modules/Music/Classes/PlaylistFullException.cs" ]
},
"copyToOutput": {
"include": [ "data" ],