File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Text/Pandoc/Filter/Plot Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ instance FromJSON SageMathPrecursor where
303
303
304
304
instance FromJSON D2Precursor where
305
305
parseJSON (Object v) = D2Precursor <$> v .:? asKey PreambleK <*> v .:? asKey ExecutableK .!= d2Exe defaultConfiguration <*> v .:? asKey CommandLineArgsK .!= d2CmdArgs defaultConfiguration
306
- parseJSON _ = fail $ mconcat [" Could not parse " , show SageMath , " configuration." ]
306
+ parseJSON _ = fail $ mconcat [" Could not parse " , show D2 , " configuration." ]
307
307
308
308
instance FromJSON AsyPrecursor where
309
309
parseJSON (Object v) = AsyPrecursor <$> v .:? asKey PreambleK <*> v .:? asKey ExecutableK .!= asyExe defaultConfiguration <*> v .:? asKey CommandLineArgsK .!= asyCmdArgs defaultConfiguration
You can’t perform that action at this time.
0 commit comments