File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 
src/main/java/com/joutvhu/intellij/dartscripts/run Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Dart Scripts Runner  
22
3- ![ Downloads] ( https://img.shields.io/jetbrains/plugin/d/18725 -dart-scripts-runner ) 
4- ![ Version] ( https://img.shields.io/jetbrains/plugin/v/18725 -dart-scripts-runner ) 
3+ ![ Downloads] ( https://img.shields.io/jetbrains/plugin/d/18726 -dart-scripts-runner ) 
4+ ![ Version] ( https://img.shields.io/jetbrains/plugin/v/18726 -dart-scripts-runner ) 
55
66IntelliJ plugin to run scripts on pubspec.yaml for Dart projects
77
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' com.joutvhu.jetbrains' 
7- version ' 1.211 .0' 
7+ version ' 1.212 .0' 
88
99sourceCompatibility =  11 
1010
@@ -23,7 +23,7 @@ dependencies {
2323}
2424
2525intellij  {
26-     version =  ' 2021.1 ' 
26+     version =  ' 2021.2 ' 
2727    plugins =  [
2828            ' org.jetbrains.plugins.terminal' 
2929            ' org.jetbrains.plugins.yaml' 
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ private static void addIfPresent(
151151                quotedString  = ShellStringUtil .quote (value );
152152            } else  {
153153                String  escapedValue  = StringUtil .escapeQuotes (value );
154-                 quotedString  = StringUtil .containsWhitespaces (value ) ? StringUtil .QUOTER .fun (escapedValue ) : escapedValue ;
154+                 quotedString  = StringUtil .containsWhitespaces (value ) ? StringUtil .QUOTER .apply (escapedValue ) : escapedValue ;
155155            }
156156            if  (endWithSemicolon ) {
157157                String  semicolon  = "" ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments