File tree 3 files changed +29
-30
lines changed
3 files changed +29
-30
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const UDLWindows = (() => { // eslint-disable-line no-unused-vars
11
11
const scriptName = 'UDLWindows' ;
12
12
const version = '0.1.2' ;
13
13
API_Meta . UDLWindows . version = version ;
14
- const lastUpdate = 1616861563 ;
14
+ const lastUpdate = 1616872594 ;
15
15
const schemaVersion = 0.1 ;
16
16
17
17
const assureHelpHandout = ( create = false ) => {
@@ -212,17 +212,19 @@ const UDLWindows = (() => { // eslint-disable-line no-unused-vars
212
212
213
213
let count = oldWindows . length ;
214
214
215
- const burndown = ( ) => {
216
- let p = oldWindows . shift ( ) ;
217
- if ( p ) {
218
- convertToWindowPath ( p ) ;
219
- setTimeout ( burndown , 0 ) ;
220
- } else {
221
- sendChat ( 'UDLWindows' , `/w gm <div><b>Converted <code>${ count } </code> legacy windows to new representation.` ) ;
222
- }
223
-
224
- } ;
225
- burndown ( ) ;
215
+ if ( count ) {
216
+ const burndown = ( ) => {
217
+ let p = oldWindows . shift ( ) ;
218
+ if ( p ) {
219
+ convertToWindowPath ( p ) ;
220
+ setTimeout ( burndown , 0 ) ;
221
+ } else {
222
+ sendChat ( 'UDLWindows' , `/w gm <div><b>Converted <code>${ count } </code> legacy windows to new representation.` ) ;
223
+ }
224
+
225
+ } ;
226
+ burndown ( ) ;
227
+ }
226
228
} ;
227
229
228
230
const isCirclePath = ( p ) => {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const UDLWindows = (() => { // eslint-disable-line no-unused-vars
11
11
const scriptName = 'UDLWindows' ;
12
12
const version = '0.1.2' ;
13
13
API_Meta . UDLWindows . version = version ;
14
- const lastUpdate = 1616861563 ;
14
+ const lastUpdate = 1616872594 ;
15
15
const schemaVersion = 0.1 ;
16
16
17
17
const assureHelpHandout = ( create = false ) => {
@@ -212,17 +212,19 @@ const UDLWindows = (() => { // eslint-disable-line no-unused-vars
212
212
213
213
let count = oldWindows . length ;
214
214
215
- const burndown = ( ) => {
216
- let p = oldWindows . shift ( ) ;
217
- if ( p ) {
218
- convertToWindowPath ( p ) ;
219
- setTimeout ( burndown , 0 ) ;
220
- } else {
221
- sendChat ( 'UDLWindows' , `/w gm <div><b>Converted <code>${ count } </code> legacy windows to new representation.` ) ;
222
- }
223
-
224
- } ;
225
- burndown ( ) ;
215
+ if ( count ) {
216
+ const burndown = ( ) => {
217
+ let p = oldWindows . shift ( ) ;
218
+ if ( p ) {
219
+ convertToWindowPath ( p ) ;
220
+ setTimeout ( burndown , 0 ) ;
221
+ } else {
222
+ sendChat ( 'UDLWindows' , `/w gm <div><b>Converted <code>${ count } </code> legacy windows to new representation.` ) ;
223
+ }
224
+
225
+ } ;
226
+ burndown ( ) ;
227
+ }
226
228
} ;
227
229
228
230
const isCirclePath = ( p ) => {
Original file line number Diff line number Diff line change 11
11
"modifies" : {
12
12
"state.UDLWindows" : " read,write"
13
13
},
14
- "conflicts" : [],
15
- "previousversions" : [
16
- " 0.1.0" ,
17
- " 0.1.1" ,
18
- " 0.1.2"
19
- ]
14
+ "conflicts" : []
20
15
}
You can’t perform that action at this time.
0 commit comments