fix remove one debugger tag
This commit is contained in:
parent
f76cc72b44
commit
0f01cc4397
@ -38,7 +38,6 @@ class SupportLibraries {
|
|||||||
|
|
||||||
getLibraries = (type: LibraryType, { code = '', support = ComponentLibrary.HTML} ): string => {
|
getLibraries = (type: LibraryType, { code = '', support = ComponentLibrary.HTML} ): string => {
|
||||||
let library: string[] = []
|
let library: string[] = []
|
||||||
debugger
|
|
||||||
Object.values(this.libraries).forEach((value: Library) => {
|
Object.values(this.libraries).forEach((value: Library) => {
|
||||||
if( value.validate(support, code)){
|
if( value.validate(support, code)){
|
||||||
library = value[type]
|
library = value[type]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user